home *** CD-ROM | disk | FTP | other *** search
-
-
-
- lower(n) Tk Commands 3.3
-
-
-
- _________________________________________________________________
-
- NAME
- lower - Change a window's position in the stacking order
-
- SYNOPSIS
- lower _w_i_n_d_o_w ?_b_e_l_o_w_T_h_i_s?
- _________________________________________________________________
-
-
- DESCRIPTION
- If the _b_e_l_o_w_T_h_i_s argument is omitted then the command lowers
- _w_i_n_d_o_w so that it is below all of its siblings in the stack-
- ing order (it will be obscured by any siblings that overlap
- it and will not obscure any siblings). If _b_e_l_o_w_T_h_i_s is
- specified then it must be the path name of a window that is
- either a sibling of _w_i_n_d_o_w or the descendant of a sibling of
- _w_i_n_d_o_w. In this case the lower command will insert _w_i_n_d_o_w
- into the stacking order just below _b_e_l_o_w_T_h_i_s (or the ances-
- tor of _b_e_l_o_w_T_h_i_s that is a sibling of _w_i_n_d_o_w); this could
- end up either raising or lowering _w_i_n_d_o_w.
-
-
- KEYWORDS
- lower, obscure, stacking order
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tk 1
-
-
-
-